home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / C_QNA.ARJ / PLOCHEAP.BCP < prev    next >
Text File  |  1991-04-01  |  519b  |  10 lines

  1. QUESTION:   I am doing a Windows App in BC++ and keep getting the error
  2.             message "'PLOCALHEAP' in file1 is duplicated in file2".
  3.             What do I have to do to get rid of it?
  4.  
  5. ANSWER:     You are linking an OLD version of the WINDOWS.H header file
  6.             and should check the date on the one your are using. The
  7.             correct one will be in the BORLANDC\INCLUDE directory. Check
  8.             both the path to and the date of the WINDOWS.H file your
  9.             installation is using.
  10.